home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-9.10-netbook-remix-PL.iso / casper / filesystem.squashfs / usr / share / cups / doc-root / cups-printable.css next >
Cascading Style Sheet File  |  2009-10-31  |  5KB  |  328 lines

  1. BODY {
  2.   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
  3. }
  4.  
  5. H1, H2, H3, H4, H5, H6, P, TD, TH {
  6.   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
  7. }
  8.  
  9. KBD {
  10.   font-family: monaco, courier, monospace;
  11.   font-weight: bold;
  12. }
  13.  
  14. PRE {
  15.   font-family: monaco, courier, monospace;
  16. }
  17.  
  18. PRE.command {
  19.   margin-left: 36pt;
  20. }
  21.  
  22. P.compact {
  23.   margin: 0;
  24. }
  25.  
  26. P.example {
  27.   font-style: italic;
  28.   margin-left: 36pt;
  29. }
  30.   
  31. PRE.example {
  32.   background: #eeeeee;
  33.   border: dotted thin #999999;
  34.   margin-left: 36pt;
  35.   padding: 10pt;
  36. }
  37.  
  38. PRE.command EM, PRE.example EM {
  39.   font-family: lucida grande, geneva, helvetica, arial, sans-serif;
  40. }
  41.  
  42. P.command {
  43.   font-family: monaco, courier, monospace;
  44.   margin-left: 36pt;
  45. }
  46.  
  47. P.formula {
  48.   font-style: italic;
  49.   margin-left: 36pt;
  50. }
  51.  
  52. BLOCKQUOTE {
  53.   background: #eeeeee;
  54.   border: solid thin #999999;
  55.   padding: 10pt;
  56. }
  57.  
  58. A IMG {
  59.   border: none;
  60. }
  61.  
  62. A:link:hover IMG {
  63.   background: #f0f0f0;
  64.   border-radius: 10px;
  65.   -moz-border-radius: 10px;
  66. }
  67.  
  68. A:link, A:visited {
  69.   font-weight: normal;
  70.   text-decoration: none;
  71. }
  72.  
  73. A:link:hover, A:visited:hover, A:active {
  74.   text-decoration: underline;
  75. }
  76.  
  77. SUB, SUP {
  78.   font-size: 50%;
  79. }
  80.  
  81. TR.data, TD.data, TR.data TD {
  82.   margin-top: 10pt;
  83.   padding: 5pt;
  84.   border-bottom: solid 1pt #999999;
  85. }
  86.  
  87. TR.data TH {
  88.   border-bottom: solid 1pt #999999;
  89.   padding-top: 10pt;
  90.   padding-left: 5pt;
  91.   text-align: left;
  92. }
  93.  
  94. DIV.table TABLE {
  95.   border: solid thin #999999;
  96.   border-collapse: collapse;
  97.   border-spacing: 0;
  98.   margin-left: auto;
  99.   margin-right: auto;
  100. }
  101.  
  102. DIV.table CAPTION {
  103.   caption-side: top;
  104.   font-size: 120%;
  105.   font-style: italic;
  106.   font-weight: bold;
  107.   margin-left: auto;
  108.   margin-right: auto;
  109. }
  110.  
  111. DIV.table TABLE TD {
  112.   border: solid thin #cccccc;
  113.   padding-top: 5pt;
  114. }
  115.  
  116. DIV.table TABLE TH {
  117.   background: #cccccc;
  118.   border: none;
  119.   border-bottom: solid thin #999999;
  120. }
  121.  
  122. DIV.figure TABLE {
  123.   margin-left: auto;
  124.   margin-right: auto;
  125. }
  126.  
  127. DIV.figure CAPTION {
  128.   caption-side: bottom;
  129.   font-size: 120%;
  130.   font-style: italic;
  131.   font-weight: bold;
  132.   margin-left: auto;
  133.   margin-right: auto;
  134. }
  135.  
  136. TH.label {
  137.   text-align: right;
  138.   vertical-align: top;
  139. }
  140.  
  141. TH.sublabel {
  142.   text-align: right;
  143.   font-weight: normal;
  144. }
  145.  
  146. HR {
  147.   border: solid thin;
  148. }
  149.  
  150. SPAN.info {
  151.   background: black;
  152.   border: thin solid black;
  153.   color: white;
  154.   font-size: 80%;
  155.   font-style: italic;
  156.   font-weight: bold;
  157.   white-space: nowrap;
  158. }
  159.  
  160. H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
  161.   float: right;
  162.   font-size: 100%;
  163. }
  164.  
  165. H1.title {
  166. }
  167.  
  168. H2.title, H3.title {
  169.   border-bottom: solid 2pt #000000;
  170. }
  171.  
  172. DIV.indent, TABLE.indent {
  173.   margin-top: 2em;
  174.   margin-left: auto;
  175.   margin-right: auto;
  176.   width: 90%;
  177. }
  178.  
  179. TABLE.indent {
  180.   border-collapse: collapse;
  181. }
  182.  
  183. TABLE.indent TD, TABLE.indent TH {
  184.   padding: 0;
  185. }
  186.  
  187. TABLE.list {
  188.   border-collapse: collapse;
  189.   margin-left: auto;
  190.   margin-right: auto;
  191.   width: 90%;
  192. }
  193.  
  194. TABLE.list TH {
  195.   background: white;
  196.   border-bottom: solid thin #cccccc;
  197.   color: #444444;
  198.   padding-top: 10pt;
  199.   padding-left: 5pt;
  200.   text-align: left;
  201.   vertical-align: bottom;
  202.   white-space: nowrap;
  203. }
  204.  
  205. TABLE.list TH A {
  206.   color: #4444cc;
  207. }
  208.  
  209. TABLE.list TD {
  210.   border-bottom: solid thin #eeeeee;
  211.   padding-top: 5pt;
  212.   padding-left: 5pt;
  213. }
  214.  
  215. TABLE.list TR:nth-child(even) {
  216.   background: #f8f8f8;
  217. }
  218.  
  219. TABLE.list TR:nth-child(odd) {
  220.   background: #f4f4f4;
  221. }
  222.  
  223. DT {
  224.   margin-left: 36pt;
  225.   margin-top: 12pt;
  226. }
  227.  
  228. DD {
  229.   margin-left: 54pt;
  230. }
  231.  
  232. DL.category DT {
  233.   font-weight: bold;
  234. }
  235.  
  236. P.summary {
  237.   margin-left: 36pt;
  238.   font-family: monaco, courier, monospace;
  239. }
  240.  
  241. DIV.summary TABLE {
  242.   border: solid thin #999999;
  243.   border-collapse: collapse;
  244.   border-spacing: 0;
  245.   margin: 10px;
  246. }
  247.  
  248. DIV.summary TABLE TD, DIV.summary TABLE TH {
  249.   border: solid thin #999999;
  250.   padding: 5px;
  251.   text-align: left;
  252.   vertical-align: top;
  253. }
  254.  
  255. DIV.summary TABLE THEAD TH {
  256.   background: #eeeeee;
  257. }
  258.  
  259. /* API documentation styles... */
  260. div.body h1 {
  261.   margin: 0;
  262. }
  263. div.body h2 {
  264.   margin-top: 1.5em;
  265. }
  266. div.body h3, div.body h4, div.body h5 {
  267.   margin-bottom: 0.5em;
  268.   margin-top: 1.5em;
  269. }
  270. .class, .enumeration, .function, .struct, .typedef, .union {
  271.   border-bottom: solid thin #999999;
  272.   margin-bottom: 0;
  273.   margin-top: 2em;
  274. }
  275. .description {
  276.   margin-top: 0.5em;
  277. }
  278. code, p.code, pre, ul.code li {
  279.   font-family: monaco, courier, monospace;
  280.   font-size: 90%;
  281. }
  282. ul.code, ul.contents, ul.subcontents {
  283.   list-style-type: none;
  284.   margin: 0;
  285.   padding-left: 0;
  286. }
  287. ul.code li {
  288.   margin: 0;
  289. }
  290. ul.contents > li {
  291.   margin-top: 1em;
  292. }
  293. ul.contents li ul.code, ul.contents li ul.subcontents {
  294.   padding-left: 2em;
  295. }
  296. div.body dl {
  297.   margin-left: 0;
  298.   margin-top: 0;
  299. }
  300. div.body dt {
  301.   font-style: italic;
  302.   margin-left: 0;
  303.   margin-top: 0;
  304. }
  305. div.body dd {
  306.   margin-bottom: 0.5em;
  307. }
  308.  
  309. /* This is just for the HTML files generated with the framedhelp target */
  310. div.contents {
  311.   background: #e8e8e8;
  312.   border: solid thin black;
  313.   padding: 10px;
  314. }
  315. div.contents h1 {
  316.   font-size: 110%;
  317. }
  318. div.contents h2 {
  319.   font-size: 100%;
  320. }
  321. div.contents ul.contents {
  322.   font-size: 80%;
  323. }
  324. div.contents ul.subcontents li {
  325.   margin-left: 1em;
  326.   text-indent: -1em;
  327. }
  328.